home *** CD-ROM | disk | FTP | other *** search
- Path: news.crystalball.com!news
- From: Larry Weiss <lfw@oc.com>
- Newsgroups: comp.lang.c
- Subject: Re: C beginner needs your help ASAP
- Date: Tue, 20 Feb 1996 17:29:06 -0600
- Organization: crystalball.com
- Message-ID: <312A5942.73EB@oc.com>
- References: <4g862f$p0b@risky.ecs.umass.edu> <3129dd8a.1042915@news.iquest.net>
- NNTP-Posting-Host: external.oc.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win16; I)
-
- Robert B. Clark wrote:
- > ... look up the
- > tmpnam() function. It will automatically increment filenames for you,
- > making sure that the derived filename does not match any in the target
- > directory.
-
- Be aware that the C Standard does not guarantee any particular pattern
- to the generated filename(s).
-